/*通用banner*/
.id_banner{width:100%;height:600px;margin:0 auto 0;position:relative;}
.id_banner .MainBox {Z-INDEX: 0;POSITION:relative; WIDTH: 100%;height:100%;}
.id_banner .MainBox .bannerBox .banner_list {POSITION: absolute; WIDTH: 100%; DISPLAY: none; HEIGHT: 100%; TOP: 0px; LEFT: 0px; z-index:0;}
.id_banner .MainBox .bannerBox .b_dlock{ display:block;} 

.id_banner .banner_ico_warpper{bottom:30px; position:absolute;text-align:center;z-index:1; left:0; width:100%;}
.id_banner .banner_ico_warpper ul{display:inline-block; *display:inline; zoom:1; text-align:center; }
.id_banner .banner_ico_warpper ul li{width:14px; height:14px;background:url(../images/ico.png) 0px 0px no-repeat; z-index:1;cursor:pointer;display:block;float:left;text-indent:-9989px; margin-right:20px; }
.id_banner .banner_ico_warpper ul li.ico_now{width:15px;height:15px;background:url(../images/ico_on.png) 0px 0px no-repeat; }

/*如果banner需要添加左右按钮*/
.id_banner .m_prev{OPACITY:0.5;filter:alpha(opacity=50);background:url(../images/banner-prev.png) no-repeat;width:50px;height:100px;position:absolute;top:200px;left:200px;z-index:999999;cursor:pointer;}
.id_banner .m_next{OPACITY:0.5;filter:alpha(opacity=50);background:url(../images/banner-next.png) no-repeat;width:50px;height:100px;position:absolute;top:200px;right:200px;z-index:999999;cursor:pointer;}
/*通用banner*/




/*superslide样式*/
.banner .bd{width:100%;height:100%;position:relative;}

.banner .bd ul{width:100%;height:100%;position:relative;}

.banner .bd li{width:100%;height:100%;position:relative;}

.banner .bd li>div{width:100%;height:100%;position:relative;}

.banner .hd{position:absolute;bottom:30px;z-index:1;left:0;width:100%;}

.banner .hd ul{position:relative;text-align:center;}

.banner .hd ul li{width:15px; height:15px;background:url(../images/ico.png) center no-repeat; z-index:1;cursor:pointer;display:inline-block;*display:inline;zoom:1;text-indent:-9989px; margin:0 10px;}

.banner .hd ul li.on{width:15px;height:15px;background:url(../images/ico_on.png) center no-repeat;}
